curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/connectors \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 6,
"charger_id": 18,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"id": 7,
"charger_id": 19,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z"
}
]
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/connectors \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 6,
"charger_id": 18,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"id": 7,
"charger_id": 19,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z"
}
]
}